home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / MahJongSolitaire.swf / scripts / DefineButton2_235 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-04  |  80 b   |  5 lines

  1. on(release){
  2.    _parent.gameOver();
  3.    _parent.mcDialog._visible = false;
  4. }
  5.